Update module github.com/golangci/golangci-lint/v2 to v2.12.2 - abandoned#263
Open
renovate[bot] wants to merge 6 commits into
Open
Update module github.com/golangci/golangci-lint/v2 to v2.12.2 - abandoned#263renovate[bot] wants to merge 6 commits into
renovate[bot] wants to merge 6 commits into
Conversation
renovate
Bot
deleted the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
February 19, 2026 16:49
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
2 times, most recently
from
February 23, 2026 16:08
de3d023 to
bdd913c
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
from
February 23, 2026 21:08
bdd913c to
be38ca4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
from
February 24, 2026 17:21
be38ca4 to
5524cd6
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
3 times, most recently
from
March 13, 2026 15:14
f059f5d to
b16efe0
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
from
March 15, 2026 03:38
b16efe0 to
4299235
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
from
March 17, 2026 10:44
4299235 to
c830e5f
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
3 times, most recently
from
March 29, 2026 18:30
42b9962 to
c2d2f6b
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
from
April 17, 2026 12:51
c2d2f6b to
5153b1f
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
from
April 29, 2026 18:10
5153b1f to
18bff2c
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
from
May 8, 2026 16:37
18bff2c to
ced1a19
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
3 times, most recently
from
May 13, 2026 11:28
b58a6b9 to
bfda366
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
2 times, most recently
from
May 20, 2026 11:00
abb7534 to
d41e9c4
Compare
renovate
Bot
force-pushed
the
renovate/github.com-golangci-golangci-lint-v2-2.x
branch
from
May 22, 2026 06:22
d41e9c4 to
248aeb5
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
* Fix golangci-lint issues - Extract repeated "application/json; charset=utf-8" string to constant (goconst) - Add G702 to nosec comment for syscall.Exec (gosec) - Add nosec comments for test credentials (gosec G101) * Add goconst exception for test file Instead of extracting the repeated "application/json; charset=utf-8" string into a constant, add a nolint:goconst directive to suppress the violation. This is more appropriate for test expectations where the repeated string is part of the test data structure. * Fix remaining golangci-lint issues - Add golangci.yml exclusion for goconst in client_test.go (test expectations) - Fix #nosec comment format (remove colon) for gosec G702 in entrypoint.go - Fix #nosec comment format (remove colon) for gosec G101 in orchestrator_test.go All linter checks now pass (0 issues). Fixes golangci-lint failures reported in CI. Related: [Original failing job](https://app.circleci.com/jobs/gh/circleci/runner-init/33564) --------- Co-authored-by: circleci-app[bot] <127350680+circleci-app[bot]@users.noreply.github.com>
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.8.0→v2.12.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
golangci/golangci-lint (github.com/golangci/golangci-lint/v2)
v2.12.2Compare Source
Released on 2026-05-06
gomodguard_v2: fix blocked configurationgomodguard_v2: from 2.1.0 to 2.1.3iface: from 1.4.1 to 1.4.2v2.12.1Compare Source
Released on 2026-05-01
gomodguard_v2: fix panic with migration suggestioninstall.shscript (if you are still using an URL based on the branchmaster, please update to usehttps://golangci-lint.run/install.sh)v2.12.0Compare Source
Released on 2026-05-01
clickhouselintlinter https://github.com/ClickHouse/clickhouse-go-linterdupl: fromf665c8dtoc99c5cf(extended detection)funcorder: from 0.5.0 to 0.6.0 (new option:function)goconst: add an option to ignore strings from testsgoconst: from 1.8.2 to 1.10.0 (extended detection)gomodguard_v2: from 1.4.1 to 2.1.0 (major version with new configuration)gosec: from619ce21to 2.26.1 (new checks:G124,G708,G709,G710)govet: addinlineanalyzermakezero: from 2.1.0 to 2.2.1 (support slice type aliases)paralleltest: exposecheckcleanupoptionsloglint: from 0.11.1 to 0.12.0 (new options:allowed-keys,custom-funcs)wsl_v5: from 5.6.0 to 5.8.0 (new option:cuddle-max-statements; new checks:after-decl,after-defer,after-expr,after-go,cuddle-group)forbidigo: from 2.3.0 to 2.3.1godot: from 1.5.4 to 1.5.6govet-modernize: from 0.43.0 to 0.44.0ireturn: from 0.4.0 to 0.4.1rowserrcheck: from 1.1.1 toc5f79b8customcommandv2.11.4Compare Source
Released on 2026-03-22
govet-modernize: from 0.42.0 to 0.43.0noctx: from 0.5.0 to 0.5.1sqlclosecheck: from 0.5.1 to 0.6.0v2.11.3Compare Source
Released on 2026-03-10
gosec: from v2.24.7 to619ce21v2.11.2Compare Source
Released on 2026-03-07
fmt: fix error when using thefmtcommand with explicit paths.v2.11.1Compare Source
Released on 2026-03-06
Due to an error related to AUR, some artifacts of the v2.11.0 release have not been published.
This release contains the same things as v2.11.0.
v2.11.0Compare Source
Released on 2026-03-06
errcheck: from 1.9.0 to 1.10.0 (excludecrypto/rand.Readby default)gosec: from 2.23.0 to 2.24.6 (new rules:G113,G118,G119,G120,G121,G122,G123,G408,G707)noctx: from 0.4.0 to 0.5.0 (new detection:httptest.NewRequestWithContext)prealloc: from 1.0.2 to 1.1.0revive: from 1.14.0 to 1.15.0 (var-namingto a new rulepackage-naming)gocognit: from 1.2.0 to 1.2.1gosec: from 2.24.6 to 2.24.7unqueryvet: from 1.5.3 to 1.5.4v2.10.1Compare Source
Released on 2026-02-17
v2.10.0Compare Source
Released on 2026-02-17
ginkgolinter: from 0.22.0 to 0.23.0gosec: from 2.22.11 to 2.23.0 (new rules:G117,G602,G701,G702,G703,G704,G705,G706)staticcheck: from 0.6.1 to 0.7.0godoclint: from 0.11.1 to 0.11.2v2.9.0Compare Source
Released on 2026-02-10
arangolint: from 0.3.1 to 0.4.0 (new rule: detect potential query injections)ginkgolinter: from 0.21.2 to 0.22.0 (support for wrappers)golines: from 0.14.0 to 0.15.0misspell: from 0.7.0 to 0.8.0unqueryvet: from 1.4.0 to 1.5.3 (new options:check-n1,check-sql-injection,check-tx-leaks,allow,custom-rules)wsl: from 5.3.0 to 5.6.0 (new rule:after-block)modernize: from 0.41.0 to 0.42.0prealloc: from 1.0.1 to 1.0.2protogetter: from 0.3.18 to 0.3.20Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.